home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / mus / play / splibdev.lha / superplay-lib_DEV / Programmers / Example_SPObjects / SPO / SP_SampleListSubs.h < prev    next >
C/C++ Source or Header  |  1997-04-03  |  569b  |  15 lines

  1. /*
  2. **      $VER: SP_SampleListSubs.c 3.3 (4.1.97)
  3. **
  4. **      SPObject sample list management API (Header)
  5. **
  6. **      (C) Copyright 1994-97 Andreas R. Kleinert
  7. **      All Rights Reserved.
  8. */
  9.  
  10.  /* SampleList-Support-Functions */
  11.  
  12. extern struct SPO_SampleList * __saveds __stdargs SPLI_GetSampleList(void);
  13. extern void                    __saveds __stdargs SPLI_FreeSampleList(struct SPO_SampleList *SampleList);
  14. extern ULONG                   __saveds __stdargs SPLI_AddSample(struct SPO_SampleList *slist, APTR buffer, ULONG size, ULONG bits, ULONG sps, ULONG volume);
  15.